Fix tpm split driver to include grant-table defintions.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 2 Dec 2005 10:10:01 +0000 (11:10 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 2 Dec 2005 10:10:01 +0000 (11:10 +0100)
Signed-off-by: Stefan Beger <stefanb@us.ibm.com>
linux-2.6-xen-sparse/drivers/xen/tpmback/common.h
linux-2.6-xen-sparse/drivers/xen/tpmfront/tpmfront.c

index 231f28bdb66581f89e43ddc3e9ec471c3847b2b1..cb7a1edffa230c6c136329bf526dd4da45b89368 100644 (file)
@@ -12,6 +12,7 @@
 #include <linux/slab.h>
 #include <asm-xen/evtchn.h>
 #include <asm-xen/driver_util.h>
+#include <asm-xen/xen-public/grant_table.h>
 #include <asm-xen/xen-public/io/tpmif.h>
 #include <asm/io.h>
 #include <asm/pgalloc.h>
index 84a31717eb556d4b482b16a2d1d88a424dc9e293..72b1971421db9de1dd96e3da1c9f90ed9eb92c9a 100644 (file)
@@ -44,6 +44,7 @@
 #include <asm/semaphore.h>
 #include <asm/io.h>
 #include <asm-xen/evtchn.h>
+#include <asm-xen/xen-public/grant_table.h>
 #include <asm-xen/xen-public/io/tpmif.h>
 #include <asm/uaccess.h>
 #include <asm-xen/xenbus.h>